home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / udev / rules.d / 05-options.rules < prev    next >
Text File  |  2008-10-24  |  400b  |  10 lines

  1. # Work-around for IDE devices that don't report media changes
  2. SUBSYSTEMS=="ide", KERNEL=="hd[a-z]", ATTR{removable}=="1", \
  3.     ENV{ID_MODEL}=="IOMEGA_ZIP*", OPTIONS+="all_partitions"
  4. SUBSYSTEMS=="ide", KERNEL=="hd[a-z]", ATTRS{media}=="floppy", \
  5.     OPTIONS+="all_partitions"
  6.  
  7. # Do not delete static device nodes
  8. ACTION=="remove", NAME=="?*", TEST=="/lib/udev/devices/$name", \
  9.     OPTIONS+="ignore_remove"
  10.